﻿@charset "utf-8";
/* CSS Document */
.ksbg{
	width:100%;
	height:55px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	margin-bottom:30px;
	}
.keysea{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:850px;
	height:55px;
	}
.keyword p{
	font-size:15px;
	color:#666;
	line-height:55px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.keyword p a{
	padding:0px 10px;
	color:#666;
	}
.keyword p a:hover{
	color:#c8161d;
	text-decoration:underline;
	}
.search{
	float:right;
	width:300px;
	height:35px;
	background:#eee;
	border-radius:17.5px;
	margin-top:10px;
	}
.search input[type="text"]{
	width:265px;
	height:35px;
	color:#999;
	border:none;
	text-indent:1em;
	outline:none;
	background:none;
	}
.search input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top: 10px;
    margin-right: 12px;
	background:url(../images/search.png) no-repeat;
	}
.product{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.left{
	float:left;
	width:274px;
	overflow:hidden;
	border:3px solid #c8161d;
	border-radius:3px;
	}
.left .lebt{
	width:100%;
    height:50px;
	color:#fff;
	font-size:24px;
	font-family:"叶根友毛笔行书2 0版";
	line-height:50px;
	text-shadow: #333 2px 2px 2px;
	/*padding-left:20px;*/
	text-align:center;
	background-image:linear-gradient(to bottom, #c70007,#c8161d); 
	}
.lecon{
	padding:10px;
	}
.lecon p{
	font-size:14px;
	background:#c8161d;
	margin:15px 0px;
	}
.lecon p a{
	display:block;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	}
.lecon p a:before{
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #fff;
	font-weight:lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin:0px 10px;
	}
.lecon p a:before {
	content: "\f00b";
}
.lecon ul{
	padding:0px 10px;
	overflow:hidden;
	}
.lecon ul li{
	float:left;
	width:49%;
	}
.lecon ul li:nth-of-type(even){
	margin-left:2%;
	}
.lecon ul li a{
	color: #333;
    font-size: 13px;
	line-height:30px;
	}
.lecon ul li:before{
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #333;
	font-weight:lighter;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:3px;
	}
.lecon ul li:before {
	content: "\f105";
}
.lecon ul li a:hover{
	color: #c8161d;
	text-decoration:underline;
	}
.right{
	float:right;
	width:890px;
	overflow:hidden;
	min-height:300px;
	}
.right .prbt{
	overflow:hidden;
	border-bottom:1px solid #999;
	background:url(../images/bt.jpg) left no-repeat;
	margin-bottom:30px;
	}
.right .prbt a{
	font-size:12px;
	display:inline-block;
	float:right;
	line-height:50px;
	color:#999;
	}
.right .prbt a:hover{
	color: #c8161d;
	text-decoration:underline;
	}
.proul{
	}
.proul ul{
	}
.proul ul li{
	width:280px;
	height:232px;
	float:left;
	background:#f8f8f8;
	text-align:center;
	margin:20px 8px;.
	}
.proul ul li .sitp{
	width:260px;
	height:180px;
	margin:10px;
	}
.proul ul li .sitp img{
	max-width:260px;
	max-height:180px;
	}
.proul ul li p{
	}
.proul ul li p a{
	display:block;
	font-size:14px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	}
.proul ul li:hover{
	background:#c8161d;
	}
.proul ul li:hover p a{
	color:#fff;
	}
.about{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.about p.abbt{
	font-size:24px;
	color:#333;
	text-align:center;
	line-height:30px;
	margin-bottom:25px;
	}
.about .abwz{
	width:650px;
	float:left;
	font-size:14px;
	color:#333;
	line-height:30px;
	}
.about .abwz p:nth-of-type(1){
	font-size:24px;
	color:#111;
	margin-bottom:25px;
	}
.about .abwz a{
	margin-top:25px;
	display:inline-block;
	font-size:14px;
	color:#666;
	border:1px solid #666;
	padding:8px 40px;
	transition:all 1s;
	}
.about .abwz a:hover{
	color:#fff;
	background:#c8161d;
	border:1px solid #c8161d;
	}
.about .abtp{
	width:520px;
	height:300px;
	float:right;
	}
.about .abtp img{
	max-width:520px;
	max-height:300px;
	}
.ysbg{
	width:100%;
	background:url(../images/ysbg.png) center center no-repeat;
	background-color:#f4f4f4;
	padding:30px 0px;
	margin-top:30px;
	}
.ysbg .youshi{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	}
.ysbg .youshi span{
	color:#c8161d;
	}
.ysbg .youshi .ysl{
	float:left;
	}
.ysbg .youshi .ysr{
	float:right;
	}
.ysbg .youshi>div{
	width:360px;
	}
.ysbg .youshi>div ul{
	overflow: hidden;
	}
.ysbg .youshi>div ul+ul{
	margin-top:20px;
	}
.ysbg .youshi>div ul li{
	font-size: 14px;
    color: #333;
    line-height: 30px;
	}
.ysbg .youshi>div ul li+li:before{
	width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background: #c8161d;
    margin-right: 5px;
	position: relative;
    bottom: 2px;
	}
.ysbg .youshi>div ul li h2{
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../images/youshi.png) bottom repeat-x;
	}
.case{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.case p.cabt{
	font-size:18px;
	color:#333;
	text-align:center;
	line-height:30px;
	margin-bottom:25px;
	}
.case ul{
	overflow:hidden;
	}
.case ul li{
	width:249px;
	height:249px;
	float:left;
	margin:20px 0px;
	}
.case ul li+li{
	margin-left:68px;
	}
.case ul li:nth-of-type(5){
	margin-left:0px;
	}
.case ul li .catp{
	width:249px;
	height:249px;
	overflow:hidden;
	position: relative;
	}
.case ul li .catp img{
	max-width:249px;
	max-height:249px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.case ul li:hover .catp img{
	transform: scale(1.2, 1.2);
	}
.case ul li .cawz{
	width:249px;
	height:50px;
	background:rgba(0,0,0,.7);
	position:absolute;
	margin-top:-50px;
	z-index:99;
	}
.case ul li .cawz a{
	display:block;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:50px;
	}
.case ul li:hover .cawz{
	background:rgba(200,22,29,.8);
	}
.nqbg{
	width:100%;
	overflow:hidden;
	padding:30px 0px;
	background:#f7f7f7;
	margin-top:30px;
	}
.neqa{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.new{
	width:820px;
	float:left;
	}
.new #tou{
	width:820px;
	height:40px;
	}
.new #tou ul{
	}
.new #tou ul li{
	cursor:pointer;
	float:left;
	width:410px;
	background:#c8161d;
	font-size:16px;
	color:#fff;
	line-height:37px;
	text-align:center;
	border-top:3px solid #c8161d;
	}
.new #tou ul li.seven{
	color:#333;
	background:#fff;
	border-top:3px solid #c8161d;
	}
.new #di{
	overflow:hidden;
	background:#fff;
	padding:15px;
	margin-top:30px;
	}
.new #di .night{
	}
.new #di .night ul{
	}
.new #di .night ul li{
	line-height:40px;
	border-bottom:1px dashed #ddd;
	}
.new #di .night ul li a{
	font-size:14px;
	color:#333;
	}
.new #di .night ul li a:hover{
	color:#c8161d;
	text-decoration:underline;
	}
.new #di .night ul li span{
	float:right;
	font-size:12px;
	color:#999;
	}
.qa{
	width:330px;
	float:right;
	}
.qa .qabt{
	width:330px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	background:#c8161d;
	text-align:center;
	}
.qa .qanr{
	overflow:hidden;
	background:#fff;
	padding:15px;
	margin-top:30px;
	}
#maq{
	overflow-y:hidden;
	cursor: pointer;
	margin:0 auto;
	margin-top:20px;
	}
#maq p.qq{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:25px;
	margin-top:10px;
	}
#maq p.qq span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#666;
	padding:4px;
	margin-right:10px;
	}
#maq p.aa{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	}
#maq p.aa span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#c8161d;
	padding:4px;
	margin-right:10px;
	}
.link{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.lil{
	float:left;
	width:83px;
	height:32px;
	background:url(../images/link.jpg) no-repeat;
	}
.lir{
	float:right;
	width:1100px;
	overflow:hidden;
	}
.lir a{
	font-size:14px;
	color:#666;
	line-height:30px;
	margin:0px 10px;
	}
.lir a:hover{
	color:#c8161d;
	text-decoration:underline;
	}